home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CPOPUPME
/
CPOPUPDE.H
next >
Wrap
Text File
|
1989-08-19
|
766b
|
31 lines
/****
* CPopupDemoPane.h
*
* Pane class for a typical application.
*
****/
#define _H_CPopupDemoPane /* Include this file only once */
#include <CPanorama.h>
struct CPopupDemoPane : CPanorama {
/** Contruction/Destruction **/
void IPopupDemoPane(CView *anEnclosure, CBureaucrat *aSupervisor,
short aWidth, short aHeight,
short aHEncl, short aVEncl,
SizingOption aHSizing, SizingOption aVSizing);
/** Drawing **/
void Draw(Rect *area);
/** Mouse **/
void DoClick(Point hitPt, short modifierKeys, long when);
Boolean HitSamePart(Point pointA, Point pointB);
/** Cursor **/
void AdjustCursor(Point where, RgnHandle mouseRgn);
/** Scrolling **/
void ScrollToSelection(void);
};